projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
597c7ed
)
(tek4300): Don't define if already defined.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 26 Jul 1994 15:26:13 +0000
(15:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 26 Jul 1994 15:26:13 +0000
(15:26 +0000)
src/m/tek4300.h
patch
|
blob
|
history
diff --git
a/src/m/tek4300.h
b/src/m/tek4300.h
index c0cd938d66d859dfc7511f055315f9d4a2745f14..bd48abc78fcdcf7f31317a214d145ad517fa562d 100644
(file)
--- a/
src/m/tek4300.h
+++ b/
src/m/tek4300.h
@@
-48,7
+48,9
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Now define a symbol for the cpu type, if your compiler
does not define it automatically. */
+#ifndef tek4300
#define tek4300
+#endif
/* Use type int rather than a union, to represent Lisp_Object */